home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / memleak_1.0 / smakefile < prev   
Makefile  |  1995-11-05  |  216b  |  12 lines

  1. # SMakefile for MemLeak
  2. #
  3. # ©1994 by F. Devitt
  4. # Freely Distributable for no profit.
  5. #
  6.  
  7. all: memory.o memleak.o
  8.     sc link memory.o memleak.o pname memleak
  9.  
  10. memory.o: memory.c memory.h
  11. memleak.o: memleak.c memory.h
  12.